home *** CD-ROM | disk | FTP | other *** search
/ IRIX 6.5 Applications 1999 May / SGI IRIX 6.5 Applications 1999 May.iso / dist / demos.idb / usr / demos / General_Demos / Brushing / RUN.z / RUN
Encoding:
Text File  |  1999-04-09  |  321 b   |  12 lines

  1. #!/bin/csh -f
  2.  
  3. #
  4. # Brushing startup script
  5. # Copyright 1996 Silicon Graphics, Inc.  All Rights Reserved world-wide.
  6. #
  7. # =======================================================================
  8. setenv LD_LIBRARYN32_PATH /usr/demos/General_Demos/Brushing/lib
  9.  
  10. cd /usr/demos/General_Demos/Brushing/bin
  11. ./brush >& /dev/null &
  12.